home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFRMINTERNET / TFRMINTERNET.txt
Encoding:
Text File  |  2002-03-14  |  2.0 KB  |  102 lines

  1. object frmInternet: TfrmInternet
  2.   Left = 271
  3.   Top = 94
  4.   Width = 390
  5.   Height = 424
  6.   ActiveControl = Box
  7.   Caption = 'Internet WWW Country Suffixes'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 336
  20.     Width = 382
  21.     Height = 61
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     OnResize = Panel1Resize
  25.     object Label3: TLabel
  26.       Left = 7
  27.       Top = 12
  28.       Width = 225
  29.       Height = 28
  30.       AutoSize = False
  31.       Caption = 
  32.         'You may block e-mail from a particular country by selecting one ' +
  33.         'from the list above.'
  34.       WordWrap = True
  35.     end
  36.     object btOK: TButton
  37.       Left = 248
  38.       Top = 18
  39.       Width = 57
  40.       Height = 25
  41.       Caption = 'OK'
  42.       Default = True
  43.       ModalResult = 1
  44.       TabOrder = 0
  45.       OnClick = btOKClick
  46.     end
  47.     object btCancel: TButton
  48.       Left = 312
  49.       Top = 18
  50.       Width = 57
  51.       Height = 25
  52.       Cancel = True
  53.       Caption = 'Cancel'
  54.       ModalResult = 2
  55.       TabOrder = 1
  56.     end
  57.   end
  58.   object Panel2: TPanel
  59.     Left = 0
  60.     Top = 0
  61.     Width = 382
  62.     Height = 336
  63.     Align = alClient
  64.     Caption = 'Panel2'
  65.     TabOrder = 1
  66.     object Panel3: TPanel
  67.       Left = 1
  68.       Top = 1
  69.       Width = 380
  70.       Height = 32
  71.       Align = alTop
  72.       BevelOuter = bvLowered
  73.       TabOrder = 0
  74.       object Label1: TLabel
  75.         Left = 5
  76.         Top = 11
  77.         Width = 59
  78.         Height = 13
  79.         Caption = 'Abbreviation'
  80.       end
  81.       object Label2: TLabel
  82.         Left = 100
  83.         Top = 11
  84.         Width = 36
  85.         Height = 13
  86.         Caption = 'Country'
  87.       end
  88.     end
  89.     object Box: TTabListBox
  90.       Left = 1
  91.       Top = 33
  92.       Width = 380
  93.       Height = 302
  94.       Align = alClient
  95.       ItemHeight = 13
  96.       TabOrder = 1
  97.       TabWidth = 65
  98.       OnDblClick = btOKClick
  99.     end
  100.   end
  101. end
  102.